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

    Interface IAddstaff

    interface IAddstaff {
        chairman: string;
        coopname: string;
        position_title: string;
        rights: IRight[];
        username: string;
    }
    Index

    Properties

    chairman: string
    coopname: string
    position_title: string
    rights: IRight[]
    username: string