Interface SaveDataFilter

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

Properties

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