pl-api
    Preparing search index...

    Type Alias Rule

    Rule: {
        hint: string;
        id: string;
        text: string;
        translations?: { [key: string]: { hint: string; text: string } };
    }

    Type Declaration

    • hint: string
    • id: string
    • text: string
    • Optionaltranslations?: { [key: string]: { hint: string; text: string } }