Interface SaveDataCreationInfoBase

interface SaveDataCreationInfoBase {
    applicationId?: bigint;
    index?: number;
    journalSize: bigint;
    rank?: number;
    size: bigint;
    spaceId: number;
    systemId?: bigint;
    type: number;
    uid?: ProfileUid;
}

Properties

applicationId?: bigint
index?: number
journalSize: bigint
rank?: number
size: bigint
spaceId: number
systemId?: bigint
type: number