Type Alias ProcessPayload

type ProcessPayload = {
    etag: string;
    part_id: number;
}
Index

Properties

Properties

etag: string
part_id: number

Was this helpful?