@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias ContentResponse<T>

    type ContentResponse<T> = {
        content: T;
        message: string;
        success: true;
    }

    Type Parameters

    • T
    Index

    Properties

    content: T
    message: string
    success: true