@seven.io/client
    Preparing search index...

    Type Alias HooksSubscribeResponse

    type HooksSubscribeResponse = {
        error_message?: string;
        id?: number;
        success: boolean;
    }
    Index

    Properties

    error_message?: string
    id?: number
    success: boolean