Documentation
    Preparing search index...

    Type Alias CreateInfillTypeInput

    type CreateInfillTypeInput = {
        ID?: number | null;
        Name?: string | null;
    }
    Index

    Properties

    Properties

    ID?: number | null
    Name?: string | null