Coda by Ian Macalinao
    Preparing search index...

    Type Alias ChangeThresholdInstructionDataArgs

    type ChangeThresholdInstructionDataArgs = {
        threshold: number | bigint;
    }
    Index
    threshold: number | bigint