Pawnote
    Preparing search index...

    Type Alias AssignmentReturn

    type AssignmentReturn = {
        canUpload: boolean;
        kind: AssignmentReturnKind;
        uploaded?: Attachment;
    }
    Index

    Properties

    canUpload: boolean

    Whether the user can upload a file or not.

    uploaded?: Attachment

    File that the user uploaded.