export interface ZambdaDeleteParams {
    id: string;
}
