Membrane React - v0.2.1
    Preparing search index...

    Interface AppDataSchema

    interface AppDataSchema {
        id: string;
        name: string;
        key: string;
        state?: WorkspaceElementState;
        errors?: ErrorData[];
        schema: any;
        code?: string;
        archivedAt?: string;
        revision?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    name: string
    key: string
    errors?: ErrorData[]
    schema: any
    code?: string
    archivedAt?: string
    revision?: string