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

    Type Alias UpdateAppDataSchemaRequest

    type UpdateAppDataSchemaRequest = {
        key?: string;
        name?: string;
        schema?: any;
        code?: string;
        archivedAt?: string;
    }
    Index

    Properties

    key?: string
    name?: string
    schema?: any
    code?: string
    archivedAt?: string