Membrane React - v0.2.1
    Preparing search index...

    Interface WorkspaceNotification<DataType>

    interface WorkspaceNotification<DataType = unknown> {
        type: WorkspaceNotificationType;
        workspaceId: string;
        data: DataType;
    }

    Type Parameters

    • DataType = unknown
    Index

    Properties

    Properties

    workspaceId: string
    data: DataType