tibas_opType Type Declaration typedef enum _tibas_opType { TIBAS_OP_PUT = 0, TIBAS_OP_TAKE = 1 } tibas_opType; Purpose This type represents the types of operation performed on Spaces. Values Value Description TIBAS_OP_PUT Specifies a Put action TIBAS_OP_TAKE Specifies a Take action