Pennylane API Client
    Preparing search index...

    Variable GetCustomerContactsResponseSchemaConst

    GetCustomerContactsResponseSchema: Struct<
        {
            has_more: typeof Boolean$;
            items: Array$<
                Struct<
                    {
                        created_at: typeof String$;
                        email: typeof String$;
                        first_name: typeof String$;
                        id: typeof Number$;
                        last_name: typeof String$;
                        mobile_number: typeof String$;
                        role: typeof String$;
                        telephone_number: typeof String$;
                        updated_at: typeof String$;
                    },
                >,
            >;
            next_cursor: optional<Union<[typeof String$, typeof Null]>>;
        },
    > = ...

    Response schema for listing contacts of a customer.