@portone/server-sdk
    Preparing search index...

    Type Alias PlatformBulkTask

    type PlatformBulkTask = {
        id: string;
        graphqlId: string;
        status: PlatformBulkTaskStatus;
        type: PlatformBulkTaskType;
        progressStats: PlatformBulkTaskProgressStats;
        isForTest: boolean;
        statusUpdatedAt: string;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    graphqlId: string
    isForTest: boolean
    statusUpdatedAt: string

    (RFC 3339 date-time)

    createdAt: string

    (RFC 3339 date-time)

    updatedAt: string

    (RFC 3339 date-time)