Documentation
    Preparing search index...

    Type Alias FolderUpsertedBy

    User who created/modified the folder.

    type FolderUpsertedBy = {
        deleted: boolean;
        email: string;
        firstName: string;
        id: Account.UserId;
        lastName: string;
        profilePictureUrl?: string;
    }
    Index

    Properties

    deleted: boolean
    email: string
    firstName: string
    id: Account.UserId
    lastName: string
    profilePictureUrl?: string