Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias LocalizationResource

    type LocalizationResource = {
        id?: number;
        strings?: { [key: string]: string | null } | null;
    }
    Index

    Properties

    Properties

    id?: number
    strings?: { [key: string]: string | null } | null