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