Tanatloc documentation
    Preparing search index...
    interface INewOrganization {
        id: string;
        name: string;
        owners: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    name: string
    owners: string[]