export interface GadgetLibraryResponse {
    library: any[];
}
