@makehq/sdk
    Preparing search index...

    Type Alias CreateDataStructureBody

    Parameters for creating a new data structure.

    type CreateDataStructureBody = {
        name: string;
        spec?: DataStructureField[];
        strict?: boolean;
        teamId: number;
    }
    Index

    Properties

    name: string

    Name of the data structure

    Field specifications defining the structure

    strict?: boolean

    Whether to enforce strict validation of the structure

    teamId: number

    ID of the team where the data structure will be created