export interface AppwriteConfig {
    endpoint: string;
    project: string;
    defaultDatabase?: string;
}
