Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias Organization

    type Organization = {
        getOrganizations(): Promise<IdObjectSkeletonInterface[]>;
        getRealmManagedOrganization(): string;
        readOrganizations(): Promise<IdObjectSkeletonInterface[]>;
    }
    Index

    Methods

    • Get organization managed object type

      Returns string

      organization managed object type in this realm

    Deprecated