export interface UnstakePayload {
    owner: string;
    id: string;
}
