Type Alias ItemsUpdateItemRequestBody

type ItemsUpdateItemRequestBody = {
    description?: string;
    name?: string;
    resourceAttributes?: unknown;
    resourceCustomAttributes?: unknown;
    resourceId?: string;
    resourceLink?: string;
    resourceSubType?: string;
    resourceType: ItemResourceTypeEnum;
    resourceUpdatedAt?: string;
    spaceId?: string;
    thumbnailId?: string;
}
Index

Properties

description?: string
name?: string
resourceAttributes?: unknown
resourceCustomAttributes?: unknown
resourceId?: string
resourceLink?: string
resourceSubType?: string
resourceType: ItemResourceTypeEnum
resourceUpdatedAt?: string
spaceId?: string
thumbnailId?: string