Chartbreaker
    Preparing search index...

    Type Alias TArgs

    type TArgs = {
        identifier: string;
        name?: string;
        params: (number | string)[];
        translator: Translator;
        type: string;
    }
    Index

    Properties

    identifier: string
    name?: string
    params: (number | string)[]
    translator: Translator
    type: string