Type Alias UpdateSpaceAddOnAllocationProps

UpdateSpaceAddOnAllocationProps: {
    add_on: SpaceAddOnType;
    allocation: number;
}