import type { GetLockWirelessKeypads200ResponseAllOfListInner } from './GetLockWirelessKeypads200ResponseAllOfListInner'; /** * * @export * @interface GetLockWirelessKeypads200ResponseAllOf */ export interface GetLockWirelessKeypads200ResponseAllOf { /** * * @type {Array} * @memberof GetLockWirelessKeypads200ResponseAllOf */ list?: Array; } /** * Check if a given object implements the GetLockWirelessKeypads200ResponseAllOf interface. */ export declare function instanceOfGetLockWirelessKeypads200ResponseAllOf(value: object): boolean; export declare function GetLockWirelessKeypads200ResponseAllOfFromJSON(json: any): GetLockWirelessKeypads200ResponseAllOf; export declare function GetLockWirelessKeypads200ResponseAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLockWirelessKeypads200ResponseAllOf; export declare function GetLockWirelessKeypads200ResponseAllOfToJSON(value?: GetLockWirelessKeypads200ResponseAllOf | null): any; //# sourceMappingURL=GetLockWirelessKeypads200ResponseAllOf.d.ts.map