@ptkl/sdk - v1.3.4
    Preparing search index...

    Type Alias ComponentWorkspace

    type ComponentWorkspace = {
        component_uuid: string;
        CreatedAt: string;
        DeletedAt: string | null;
        UpdatedAt: string;
        uuid: string;
        workspace_uuid: string;
    }
    Index

    Properties

    component_uuid: string
    CreatedAt: string
    DeletedAt: string | null
    UpdatedAt: string
    uuid: string
    workspace_uuid: string