cooptypes - v2026.4.27-2
    Preparing search index...
    interface IAccount {
        meta: string;
        referer: string;
        registered_at: string;
        registrator: string;
        status: string;
        storages: string[];
        type: string;
        username: string;
        verifications: IVerification[];
    }
    Index

    Properties

    meta: string
    referer: string
    registered_at: string
    registrator: string
    status: string
    storages: string[]
    type: string
    username: string
    verifications: IVerification[]