@cpod/sdk - v0.2.7
    Preparing search index...

    Interface Organization

    Organization details

    interface Organization {
        id: string;
        name: string;
        slug: string;
        plan: "free" | "starter" | "professional" | "enterprise";
        logo_url?: string;
        domain?: string;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: string
    name: string
    slug: string
    plan: "free" | "starter" | "professional" | "enterprise"
    logo_url?: string
    domain?: string
    created_at: string
    updated_at: string