interface CustomStorageConfig {
    custom: CustomStorageObject;
    name: string;
    prefix?: string;
    type: "custom";
}

Properties

Properties

name: string
prefix?: string
type: "custom"