Type Alias ProcessPayload

type ProcessPayload = {
    etag: string;
    part_id: number;
}
Index
etag: string
part_id: number
Was this helpful?