Documentation
    Preparing search index...

    Type Alias UpdateInfillTypeInput

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

    Properties

    Properties

    ID: number
    Name?: string | null