Type alias DirGetResponse
DirGetResponse: {
color: string | null;
favorited: boolean;
nameEncrypted: string;
nameHashed: string;
parent: string;
trash: boolean;
uuid: string;
}
Type declaration
color: string | null
favorited: boolean
nameEncrypted: string
nameHashed: string
parent: string
trash: boolean
uuid: string