@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface UnitUserForm

    Response model for listing user forms with status

    interface UnitUserForm {
        deadline: string;
        id: string;
        status: UnitUserFormStatus;
        title: string;
    }
    Index

    Properties

    Properties

    deadline: string

    The deadline of the form

    id: string

    The unique identifier of the form

    The completion status of the form for the current user

    title: string

    The title of the form