Interface FilesystemDescriptions
interface FilesystemDescriptions {
descriptions: (
t?: TFunction<"translation", undefined> | (key: string) => string,
) => Map<string, string>;
}
descriptions: (
t?: TFunction<"translation", undefined> | (key: string) => string,
) => Map<string, string>;
}
Index
Properties
Properties
descriptions
descriptions: (
t?: TFunction<"translation", undefined> | (key: string) => string,
) => Map<string, string>
t?: TFunction<"translation", undefined> | (key: string) => string,
) => Map<string, string>
Get filesystem descriptions with optional translation function
Interface for filesystem descriptions