interface ICreateItemResponse {
    folder: string;
    id: string;
    success: boolean;
}

Hierarchy (view full)

Properties

Properties

folder: string
id: string
success: boolean