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

    Interface ILimitAuthChange

    interface ILimitAuthChange {
        account: string;
        allow_perms: string[];
        disallow_perms: string[];
        version: number;
    }
    Index

    Properties

    account: string
    allow_perms: string[]
    disallow_perms: string[]
    version: number