ReleasableByTokenParams

type ReleasableByTokenParams = ReleasableParams & {
tokenAddress: string;
};