Interface FilesystemDescriptions

Interface for filesystem descriptions

interface FilesystemDescriptions {
    descriptions: (
        t?: TFunction<"translation", undefined> | (key: string) => string,
    ) => Map<string, string>;
}

Properties

Properties

descriptions: (
    t?: TFunction<"translation", undefined> | (key: string) => string,
) => Map<string, string>

Get filesystem descriptions with optional translation function