@oneblink/sdk-core
    Preparing search index...

    Interface User

    interface User {
        acceptedTermsAndConditionsAt: null | Date;
        canDeleteOrganisation: boolean;
        hasAcceptedTermsAndConditions: boolean;
        id: string;
        isReadOnly: boolean;
        type: "SUPER" | "USER";
    }
    Index

    Properties

    acceptedTermsAndConditionsAt: null | Date
    canDeleteOrganisation: boolean
    hasAcceptedTermsAndConditions: boolean
    id: string
    isReadOnly: boolean
    type: "SUPER" | "USER"