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

    Interface UnitUserForm

    Response model for listing user forms with status

    interface UnitUserForm {
        deadline: string;
        id: string;
        responseIds?: string[];
        status: UnitUserFormStatus;
        title: string;
    }
    Index

    Properties

    deadline: string

    The deadline of the form

    id: string

    The unique identifier of the form

    responseIds?: string[]

    The unique identifiers of the user's responses to the form, if they exist

    The completion status of the form for the current user

    title: string

    The title of the form