cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IStaff

    interface IStaff {
        created_at: string;
        position_title: string;
        rights: IRight[];
        roles: string[];
        updated_at: string;
        username: string;
    }
    Index

    Properties

    created_at: string
    position_title: string
    rights: IRight[]
    roles: string[]
    updated_at: string
    username: string