export interface ZambdaExecuteParams {
    id: string;
    [k: string]: any;
}
